home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / emerald / emrldsys.lha / Language / ExecTests / taaaa.m < prev    next >
Text File  |  1990-08-31  |  268b  |  10 lines

  1. import runtest from "RunTest"
  2.  
  3. const taaaa <- object taaaa
  4.   const myTest == runtest.create[stdin, stdout, "It is supposed to fail"]
  5.   process
  6.     % each test looks like myTest.check[<boolean expression>, "<same exp>"]
  7.     myTest.finish[false]
  8.   end process
  9. end taaaa
  10.